home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global correctionMade, currentCycleNo, cycleNo, userNo, wantsToViewCycles
- if correctionMade = 0 then
- if the optionDown then
- quit()
- end if
- killcorrection()
- writecycleinfo()
- if currentCycleNo <> getAt(cycleNo, userNo) then
- set currentCycleNo to getAt(cycleNo, userNo)
- readCycleInfo()
- end if
- puppetVisible(13, 48, 1)
- puppetStatus(11, 48, 0)
- go("removeImage")
- set the visible of sprite 7 to 1
- prepfrontpage()
- else
- set wantsToViewCycles to 0
- go("save changes")
- set the visible of sprite 7 to 1
- cursor(0)
- end if
- cursor(0)
- end
-